home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_928 / BUTTONCONDACTION on(keyPress o).as < prev    next >
Encoding:
Text File  |  2010-04-12  |  212 b   |  11 lines

  1. on(keyPress "o"){
  2.    if(getProperty("_root.Animatiques", _currentframe) == 1)
  3.    {
  4.       tellTarget("/")
  5.       {
  6.          gotoAndPlay(eval("/Variables:EtatActif"));
  7.       }
  8.       gotoAndStop(1);
  9.    }
  10. }
  11.